home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / coding / pascal / descript.ion < prev    next >
Text File  |  1995-11-10  |  11KB  |  208 lines

  1. 10tlst.zip Network information for Pascal programmers
  2. 2data.zip TVision: Reading multiple input lines.
  3. 2menus.zip Turbo Vision: 2 MenuBars at the top of your screen.
  4. 3dlife.zip 3D version of John Conway's Game of Life.
  5. animate.zip Shows simple animation
  6. asmobj.zip Addressing the fields of an object when you are using BASM
  7. async1.zip A serial communication utility.
  8. azzam10.zip Azzamouse 1.0 - BGI SVGA mouse driver source (Pascal)
  9. bank.zip OOP Bank Simulation
  10. bgi256.zip Third part BGI driver for 256 colors and high resolution.
  11. bgires.zip Put .BGI files into a resource file (TP6 source)
  12. bi3.zip You might need to reference this file in your TDW.INI file i
  13. bi4.zip Detecting available drives on a system
  14. bigarray.zip An object that simulates a huge array and a test program.
  15. bigstuff.zip Arrays larger than 64k, improved version
  16. blaise.zip Screen saver library for TPW 1.5
  17. bmp256.zip TPW display 256 color bitmaps
  18. bmpdesk2.zip Load a BMP from a resource, blit desktop into it, show it
  19. bmppaint.zip Simple example of painting a bitmap using OWL
  20. bptools.zip Missing BP7.0 Tools
  21. breaknow.zip Intercept interrupt #9/check for a Ctrl-Break key press.
  22. broadcas.zip Turbo Vision: Message between dialogs/update background.
  23. btree1.zip A heap based binary tree unit for Turbo Pascal 5.0
  24. bufstuff.zip Routines to stuff the keyboard buffer.
  25. calunit.zip Extended calendar TVision application.
  26. center.zip How to center your dialog in a window
  27. chain.zip Adds a chaining facility to TP4 and TP5.
  28. childctl.zip MDI Example: Placing controls on multiple child windows.
  29. chngicon.zip Changing the title of an icon in an MDI app (setwindowtext)
  30. cmos.zip Read and write CMOS
  31. coder.zip Encryption source in Pascal
  32. combodlg.zip DropDown combo in dialog, use InitResource, select List item
  33. comm.zip Asynchronous, serial port, modem, buffered input.
  34. contour.zip Rapid contour plot
  35. contour1.zip Pascal contour plotting routines
  36. cpasdemo.zip Sample demonstrating a very limited way to link C and Pascal
  37. cpuid.zip Get the CPU id of the machine
  38. crtpat1.zip Patch for TP 5.5 CRT unit: fixes unpredictable delay times.
  39. data.zip Largest global data struct, static vars
  40. database.zip Running tabuild and taccess.def file.
  41. dates.zip Converts from mm/dd/yy to Julian day number.
  42. dblclick.zip How to act on a double mouse click
  43. debugger.zip Built-in Debugger, Invalid linker version error.
  44. deskblit.zip Copy the desktop window into your programs window. (Mirrors)
  45. directw.zip Write a string directly to video memory.
  46. diskinf3.zip Absolute disk reads and writes on harddrives larger than 32M
  47. diskinfo.zip Read the bootsector of a floppy disk
  48. dlgkbhnd.zip Handling tabs in a dialog window
  49. dlgwin.zip Tdw:example for using BWCC dialog class
  50. dlgwind2.zip Placing a child style dlgwindow inside a main window
  51. dllexp.zip How to dynamically load a DLL to call a proc
  52. docdem.zip Sample programs missing from the TPW programmer's guide.
  53. dos.zip How to returning error levels to batch files
  54. dotime.zip An ISR (interrupt service routine) for the timer interrupt
  55. doubconv.zip Converting double types
  56. draw.zip A new way of drawing a line
  57. drawbits.zip Example DLL for displaying BMP's
  58. editdown.zip Handle downarrow in edit control as you would a tab
  59. editor.zip Why bined compiled with {$f+} locks computer.
  60. editpat.zip Fix for editor.pas example in TP 6.0
  61. egasav.zip Save/restore EGA (640x350) 16 color graphics screens.
  62. enhkbd.zip Activate the IBM enhanced keyboard.
  63. error.zip Internal error report to Borland, type mismatch error
  64. execsw.zip An advanced technique to exec other programs.
  65. extend.zip Code for opening 15+ files in TP 40.
  66. extend3.zip Files: Open 15+ files using TP 3.x.
  67. extend6.zip Code for opening 15+ files in TP 6.0.
  68. extend7.zip Extends the number of available file handles in BP/TP 7.0
  69. fastkb.zip Fast keyboard handler unit - undocumented 386+ (Pascal)
  70. fastwr.zip Write strings directly to video memory.
  71. flpse.zip Bresenhamn's circle algorithm source
  72. flushkey.zip Code to flush the keyboard buffer
  73. fontinfo.zip TPW: Information for creating and using fonts in Windows.
  74. formline.zip TVision: TInputLine type objects for formatting.
  75. frame3.zip Example of customizing a common dialog
  76. functest.zip Pass a function as a parameter to another procedure.
  77. general.zip 64k limits, exe file sizes, conditional compilation, etc.
  78. getput.zip Save/restore a rectangular screen region in text mode.
  79. getserno.zip Get the serial number from a disk.
  80. gifsize.zip Source for a GIF size shower utility
  81. graphin.zip Get user input while in graphics mode
  82. gravity.zip Pascalkod till 2 spelar-gravityforce-liknande spel
  83. heapary.zip Example of moving arrays up on the heap
  84. heapspy.zip Windows Heap memory map utility
  85. hint.zip TVision app for hints on status bar.
  86. ibmcom.zip A communications driver for the IBM-PC.
  87. inputpal.zip Place an inputline in a window and clean up palette
  88. int24.zip Complements to Turbo 4 critical error handler.
  89. int60.zip Patch for TP 5.0: Fixes int vector $60 problem.
  90. io.zip IO Tools and procedures.
  91. joystk.zip David Howorth's joystick support routines.
  92. keyboard.zip Summary: how to detect key press/release (Pascal)
  93. keyint.zip "Replacing the Keyboard Interrupt"
  94. keystuff.zip Stuff the keyboard buffer
  95. kubrotat.zip Pascalkod. Roterar ifylld kub i 3d.
  96. labelpas.zip Read and set the labels on a disk, updated version
  97. lbsettab.zip Info on lb_settabstops
  98. linker.zip Unused Data Eliminated, Smart Linker.
  99. linklist.zip Simple linked list example
  100. linklst2.zip Another linklist example, storing the list on disk, delete
  101. links.zip OOP Linked List Unit with Turbo 5.5
  102. list1.zip A simple example of a linked list.
  103. listbox5.zip ListBox examples, including ExecuteDialog and Transfer data
  104. listbx.zip Turbo Vision: ListBox of directory with double click.
  105. listsel.zip Doubleclick on item in listbox and display selected item
  106. loadbmps.zip Used by drawbits.zip  for displaying BMP's
  107. mac.zip Portability between IBM and Mac TP versions.
  108. math.zip Match Tools and Procedures.
  109. mdi.zip TPW: tabbing between controls in MDI child window
  110. mdiactiv.zip Find the active window in an MDI app, iterate child windows
  111. mdisplsh.zip Background bitmap for MDI client area
  112. mdi_kb.zip Handle virtual keys in an MDI app, tabs, f1 etc...
  113. memory.zip Memory Tools and procedures.
  114. memswap.zip Creating virtual memory swap files in prot mode with boahbfp
  115. menu.zip Turbo Vision: Menubar change at runtime.
  116. menudemo.zip Loading and changing menus
  117. menustat.zip Turbo Vision: Menubar and Statusline change at runtime.
  118. message.zip Example of how to send messages between views in a Dialog TV
  119. minhook.zip Set a Windows Hook
  120. minmax.zip Changing Min and Max window sizes
  121. miscti.zip Miscellaneous TI's from TP 2.0 to TP 6.0
  122. mixlang.zip Linking OBJ files from turbo c or Tasm and others.
  123. mmsystem.zip Mmsystem.pas update
  124. modal.zip Using a system modal dialog in a OWL program.
  125. modem.zip TPW: serial communications using API and object windows
  126. modemfax.zip TPW example of serial communications
  127. modemo.zip Simple modem communications program
  128. modemx.zip Simple modem example featuring X-Modem
  129. mouse.zip A general purpose mouse unit for text/graphics mode.
  130. mousprot.zip Graphics/Text mouse works in protected mode by Michael Day
  131. multcalc.zip Some calculation sources in Pascal
  132. multi.zip Powerful multitasking facilities for TP5 programs.
  133. myedit.zip Edit Control keystroke trapping
  134. ned103.zip Third party, non Borland TV Editors unit, with wordwrap.
  135. netfix.zip Allows TP 6.0 to execute from a network
  136. newfont.zip New version of the BGI font editor.
  137. newrtm.zip Rtm.exe dpmi16bi.ovl from the bc++ 4.0 release. latest rev.
  138. ng_clone.zip Norton guide source to view Ng files
  139. numwrit2.zip Writing arrays of numbers to and from a text file
  140. obja.zip An OOP unit that extends TP's standard objects unit.
  141. odbc.zip Access files to reach ODBC from Pascal windows
  142. oop.zip Object oriented programming information.
  143. ooppas.zip Demo programs from the OOP world tour.
  144. overlays.zip Overlay Tools and procedures.
  145. owltab.zip Allow tab to move focus for an owl multiline edit control
  146. ownrdraw.zip Creating custom bitmap buttons
  147. palette.zip Turbo Vision: Palette color discussion.
  148. parse10.zip Recursive expression parser in Pascal
  149. pasmouse.zip Mouse routines in Pascal
  150. passm.zip Source for a Logic Circuit Assembler
  151. passmsrc.zip PAL assembler
  152. pas_all.zip All Pascal Technical Information files
  153. pas_tut.zip An Pascal tutorial
  154. pchart.zip TPW: A simple charting program
  155. pcxshw.zip Draws various graphical formats on screen.
  156. phello.zip TPW: Hello world demo programs
  157. pick.zip Pop-up shadow menu file selection routines.
  158. picklst.zip Turbo Vision: Simple pick list example.
  159. player.zip Player program by Charlie Calvert, Pascal Multimedia example
  160. plife.zip TPW: life game written with turbo Pascal for windows.
  161. printbmp.zip Printing bitmaps
  162. printer2.zip Unit for sending Ctrl-Z and to write to two printers.
  163. printer3.zip Change device to which you are printing output on the fly
  164. printerr.zip Replacement printer unit for printer error checking.
  165. print_it.zip Printing from windows
  166. prnstat.zip Get the printer status, is it busy, etc.
  167. prntpw.zip TPW: printing in turbo Pascal for windows.
  168. proccall.zip Passing functions as parameters
  169. profiler.zip Turbo profiler issues
  170. proj3d.zip Projectile 3D Pascal source
  171. protint.zip Protected Mode Interrupt Handler
  172. pxe3m.zip PX Engine Maintenance release
  173. pxsrchfd.zip Pxe3.0 pxsrchfld workaround
  174. qwik55.zip TP 5.5 quick screen writing on all IBM's in any mode.
  175. rand2.zip TPW: pass parameters from object vision to TPW DLL's.
  176. readext.zip Reading f11 and f12 keys in DOS.
  177. readwrte.zip Make an interrupt call in protected mode
  178. reboot.zip Example to reboot the computer.
  179. reform16.zip Disk defragmenter with source
  180. rubber.zip Rubber band drawing
  181. script.zip TPW: Manual installation instructions.
  182. scroll3.zip Using a TScroller in Turbo Vision
  183. sdi.zip A Pascal unit saves and restores any BGI image to disk.
  184. sfirst.zip TVision: Simple load and store desktop.
  185. sortin.zip A comparison of various sorting methods.
  186. splash.zip Display a bitmap before your app loads
  187. status.zip Creating a status line in an MDI app
  188. status3.zip Simple status line, variation on status.pas from tpwbonus
  189. stick.zip Example to read the joystick position.
  190. stream15.zip Sample streams with strings example
  191. string.zip Read vs. readln on string variables.
  192. strobj.zip A unit for manipulating strings.
  193. syntax.zip Case and scalar identifiers, packed, nested for loops
  194. syscolor.zip TPW: Change the palette colors. Source included.
  195. tabtext.zip How to use TabbedTextOut function.
  196. talk.zip Produce speech through the PC's built in speaker.
  197. td1pat.zip Patch for TP-C and turbo: fix for include file problem.
  198. tdovlpat.zip Patch for td 1.5: fixes tds trace problem.
  199. tdta.zip Turbo Debugger, Turbo Assembler issues.
  200. tess-5.zip Routines for Developing Ram Resident Programs.
  201. tess-d.zip Developing Ram-Resident Programs
  202. textio.zip TextIO unit adds new functionality to Text files.
  203. textstr.zip Safe user input while in text mode. Accepts strings-numbers
  204. tpapi.zip History of turbo Pascal API's for novell netware
  205. tpu55a.zip Inside Turbo Pascal 5.5 Units
  206. tpzsfz.zip Pascal source for Z-modem,
  207. tutil2.zip Function library for Pascal
  208.